public static class ResponseItem.ResponseItemField extends ChargedItem.ChargedItemField
response item generated by the SAP CC system during the charging process.
It contains:
ResponseItemThe XML APIs specify the following XSD fragment:
XSD Fragment
<xs:element name="responseItemField">
<xs:complexType>
<xs:attribute name="name" type="xs:string" use="required" />
<xs:attribute name="type" type="ChargedItemFieldType" use="required" />
<xs:attribute name="value" type="xs:string" use="required" />
</xs:complexType>
</xs:element>
| Modifier and Type | Field and Description |
|---|---|
static String |
TAG_NAME
The XML tag name of this object: "responseItemField".
|
| Constructor and Description |
|---|
ResponseItemField()
Builds an uninitialized response item field.
|
ResponseItemField(String name,
ChargedItem.ChargedItemFieldType type,
Object value)
Builds a response item field with a name, a
type and a value. |
addCharacterData, addChild, getName, getType, getValue, marshal, setAttributes, setName, setType, setValuepublic static final String TAG_NAME
public ResponseItemField()
public ResponseItemField(String name, ChargedItem.ChargedItemFieldType type, Object value)
type and a value.name - The name of the response item fieldtype - The data type of the response item fieldvalue - The value of the response item field